/* EUCで保存*/
/* EUCで保存*/
/* EUCで保存*/

/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #fff url(images/bg.jpg);
	color: #333333;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;*/
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	font-size: 15px;
	padding: 0px 0;
	margin: 0;
	/*Noto Sans Japanese*/
	font-family: "Noto Sans Japanese";
	font-weight: 200;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

img
{
	border: 0;
	vertical-align: bottom;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	/*background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;*/
}

/* Links */
a:link, a:visited
{
	color: #e55528;
	text-decoration: none;
}
a:hover, a:active
{
	color: #131133;
	text-decoration: underline;
}
#header a:link, #header a:visited
{
	color: #fff;
	text-decoration: none;
}
#header a:hover, #header a:active
{
	color: #ffc088;
}
#copyrights a:link, #copyrights a:visited
{
	color: #007738;
}
#copyrights a:hover, #copyrights a:active
{
	color: #007738;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
height: 0px;
width: 800px;
clear: both;
line-height: 0px;
zoom: 1;
display: hidden;
font-size: 0px;
}

/*-------------------------------------------------
  追加CSS
-------------------------------------------------*/

.youthumbnail {
     position: relative;
     padding-bottom: 49.8%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.youthumbnail-s {
     position: relative;
     padding-bottom: 100%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}

.youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}


.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


.youtube_play {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}


.youtube_play img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}




.youtube_play:hover {
	cursor:pointer;
}


.youtube .youtube_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;

}

.youtube .youtube_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("images/y_icon.png") center center no-repeat;
  background-size: 96px 96px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.youtube .youtube_btn:hover:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: url("images/y_icon.png") center center no-repeat;
  background-size: 96px 96px;
}


.shosekitable
{
	width: 100%;
}

.shosekitable td
{
	width: 45%;
}


.catdesc
{
	width: 80%;
	padding: 3.9% 0;
	box-sizing: border-box;
}

	@media screen and (max-width:960px){ /*タブレットサイズ*/
		.catdesc
		{
			width: 100%;
			padding: 3.9% 1%;
			box-sizing: border-box;
		}
	}

.topcontents
{
	width: 30.3%;
	height: ;
	background: #fff;
	float: left;
	position: relative;
	margin: 3% 1.5% 0 1.5%;
	font-size: 20px;
	box-sizing: border-box;
	z-index: 8888;
}

.topcontents_title{
	max-width: 100%;
	display: block;
	margin: -18% auto 0 auto;
}

.topcontents_inner
{
	padding: 0 0 10% 15%;
	line-height: 180%;
}

.topcontents_inner a:link , .topcontents_inner a:visited
{
	color: #000;
}

@media screen and (max-width:960px){ /*タブレットサイズ*/

	.smalltext
	{
		font-size: 0.8em;
	}

}

	@media screen and (max-width:560px){ /*スマホサイズ*/
		.topcontents
		{
			width: 92%;
			height: ;
			background: #fff;
			float: left;
			position: relative;
			margin: 7% 4% 0 4%;
			font-size: 22px;
			box-sizing: border-box;
		}

		.topcontents_title{
			max-width: 50%;
			display: block;
			margin: -4% auto 0 auto;
		}

		.topcontents_inner
		{
			padding: 0 0 10% 15%;
			line-height: 180%;
		}

		.smalltext
		{
			font-size: 1em;
		}

	}



.news2020
{
	width: 97%;
	height: ;
	background: #fff;
	float: left;
	position: relative;
	margin: 1.5% 1.5% 0 1.5%;
	padding: 3% 3% 5% 3%;
	box-sizing: border-box;
}

	@media screen and (max-width:560px){ /*スマホサイズ*/
		.news2020
		{
			width: 92%;
			height: ;
			background: #fff;
			float: left;
			position: relative;
			margin: 3% 4% 0 4%;
			padding: 3% 3% 5% 3%;
			box-sizing: border-box;
		}
	}

.newstitle
{
	width: 10%;
	height: auto;
	display: block;
	margin: 0 auto 3% auto;
}

.date2020
{
	font-size: 0.75em;
	display: inline;
}

.home_news
{
	display: inline;
	color: #000000;
	text-decoration: none;
}

	@media screen and (max-width:560px){ /*スマホサイズ*/
		.newstitle
		{
			width: 30%;
			margin-top: 5%;
		}

		.date2020
		{
			font-size: 0.75em;
			display: block;
		}

		.home_news
		{
			display: inline;
			color: #000000;
			text-decoration: none;
		}
	}

.footerlog1
{
	display: inline-block;
	width: 32%;
	height: auto;
	/*float: left;*/
	margin-right: 6%;
}

.footerlog2
{
	display: inline-block;
	width: 32%;
	height: auto;
	margin-left: 6%;
	/*float: right;*/
}

	@media screen and (max-width:560px){ /*スマホサイズ*/
		.footerlog1
		{
			display: block;
			width: 64%;
			height: auto;
			margin:auto;
		}

		.footerlog2
		{
			display: block;
			width: 64%;
			height: auto;
			margin: auto;
		}
	}

.menu_b_smp
{
	display: none;
}

.sitemap2020
{
	width: 6.25%;
	float: right;
}

	@media screen and (max-width:960px){ /*スマホサイズ*/
		.menu_b_smp
		{
			display: block;
			width: 75px;
			height: 75px;
			background: linear-gradient(to right, #38a890, #4eac56);
			color: #fff;
			text-align: center;
			vertical-align: middle;
			position: absolute;
			right: 0;
			top: 0;
		}

		.menu2020
		{
			display: none;
		}

		.english
		{
			display: none;
		}

		.sitemap2020
		{
			width: 75px;
			height: 75px;
			margin-right: 75px;
		}

		.search2020
		{
			display: none;
		}
	}

	@media screen and (max-width:560px){ /*スマホサイズ*/

	}



	@media screen and (min-width:960px){ /*PCサイズ*/
		.menu /*メニューエリア*/
		{
			width: 90%;
			float: right;
			margin-right: 0%;
		}

		.menu_smp /*メニューエリア　スマートフォン*/
		{
			display: none;
		}

		/*スマホ用メニューボタン*/
		 header {
			display: none;
		 }

	}

		@media screen and (max-width:960px){ /*スマホサイズ*/
			.menu /*メニューエリア*/
			{
				display: none;
			}

			.menu_smp /*メニューエリア*/
			{
				display: inline;
				width: 70%;
				float: right;
			}


			/*スマホ用ハンバーガーメニュー*/
			 header {
				height: 75px;
				/*z-index: 1000;*/
				position: relative;
			 }
			 header nav {
				position: absolute;
				top: 75px;
			 }
			 main {
				position: absolute;
				top: 0px;
			 }
			 body {
				margin: 0;
			 }
			 header {
				background-color: ;
				color: white;
				width: 100%;
			 }
			 header .menu_button {
				border-left: solid 0px white;
				float: right;
				width: 75px;
				height: 100%;
				text-align: center;
			 }
			 header .menu_button span {
				line-height: 40px;
			 }
			 header nav {
				/* background-color: #333;*/
				background: rgba(0,0,0,0.85);
				color: white;
				width: 100%;
				z-index: 0;
			 }
			 header nav ul {
				list-style-type: none;
				margin: 0;
				padding: 0;
			 }
			 header nav ul li:first-child {
				/* width: 50%;
				float: left; */
				border-top: solid 0px white;
			 }
			 header nav ul li {
				border: solid 0px #fff;
				/* border-left: solid 1px #333; */
				border-top: none;
				text-align: center;
				padding: 0;
				box-sizing: border-box;
				/* background: url(images/arrow2018.png) right no-repeat; */
				/*background-size: 8%;
				background-position: 4%;*/
			 }
			 main {
				width: 100%;
			 }


				.acMenu {
					width:100%;
					height: 100%;
					margin:0 auto;
					border:0px solid #ccc;
					padding:0px;
					background: ;
				}

				.acMenu li {
					list-style: none;
					padding:0px;
					background: ;
				}

				.acMenu a {text-decoration: none;}

				.acMenu li ul {
					padding:0px;
					background: ;
				}

				.menu-ttl {
				    border-bottom: 1px dotted #ccc;
				    text-align: center;
				    padding-bottom: 0px;
					background: ;
					font-size: 1.25em;

				}

				.sub-menu-ttl {
				    border-bottom: 0px solid #ccc;
				    text-align: center;
				    padding-top: 0px;
				    padding-bottom: 0px;
				    background:;
				    margin:0px;

				}

				dd {
				    margin:0px;
				    padding: 0;
				}

				.acMenu2 li {
					width: 50%;
					float: left;
				  text-align:center;
					line-height: 200%;

				}
				.acMenu3 {
				    text-align: center;
				}

				.acMenu3 li,.menu-link li {
				    border-bottom: 1px solid #888;
						border-right: 1px solid #888;
						border-left: 1px solid #888;
						margin-right: -1px;
						text-align: left;
						padding-left: 3%;
						box-sizing: border-box;
				}

				.acMenu dt.open {
				    background: ;

				}

				/*.acMenu dt:after {
					content:"\f078";
					font-family:fontAwesome;

				}

				.acMenu dt.open:after {content:"\f077";
					font-family:fontAwesome;
				}

				.sub-menu-ttl:after {
					content:"\f078";
					font-family:fontAwesome;
				}

				.sub-menu-ttl.openAcd:after {
					content:"\f077";
					font-family:fontAwesome;
				}*/

		}




	/*-------------------------------------------------
  PCメニューボタン
-------------------------------------------------*/

	#menubutton
	{
		display: block;
		width: 100%;
		height: 100%;
		float: left;
		border-left: 1px solid #fff;
		line-height: 50px;
		vertical-align: middle;
		text-align: center;
		color: #fff; box-sizing:
		border-box;
	}



.menuselect{
	-webkit-display: flex;
	-ms-display: flex;
	display: flex;
 	justify-content: flex-end;
	margin-right: 0;
	/* margin-top: 2.3%; */
}


.menubtnsmp{
	display: none;
}

.menudrop {
	width: 100%;
	display: block;
	position: relative;
	/* height: 50px; */
	margin: 0 0 0 0;
	color: #fff;
	padding: 0 0 0 0;

}

.menudrop li{
	text-align: center;
	padding: 0.2% 0px;
	margin: 0 0 0 0;
}

.menudrop > li.menu__single {
    /* position: relative; */
}


li.menu__single ul.menu__second-level {
	background: rgba(0,0,0,0.75);
	position: absolute;
	top: 50px;
	left: -10%;
	width: 120%;
	/* background: #072A24; */
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	font-size: 1.2vw;
}

@media screen and (min-width: 1180px){

	li.menu__single ul.menu__second-level {
		font-size: 14px;
	}
}

li.menu__single:hover ul.menu__second-level {
	top: 50px;
	visibility: visible;
	opacity: 1;
	padding: 10% 0;
}

.menu__second-level li
{
	border-bottom: 0px solid #fff;
}

.menu__second-level a:link{
	color: #fff;
}

.menu__second-level a{
	color: #fff;
}

.menu__second-level li{
	width: 100%;
	padding: 5px 10px 5px 5px;
	box-sizing: border-box;
}

.menu__second-level li{
	color: #fff;
}

.menu__second-level li:hover{
	color: #C16D34;
}

/*-------------------------------------------------
  PCメニューボタン↑
　スマホメニューボタン↓
-------------------------------------------------*/

/*-------------------------------------------------
  ホームのメイン画像スライダー 画面幅に対して画像サイズがストレッチするタイプ
-------------------------------------------------*/

	.slideshow
	{
		max-width: 1200px;
		margin: 125px auto 0 auto;
		overflow: hidden; /*.viewerのmargin突き抜け問題対策*/
		background: #fff;
		padding: 16px 0;
		box-sizing: border-box;
		/*display: none;*/
	}



	.viewer
	{
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0 auto 0 auto; /*メニュー帯に隠れないためのpadding*/
	}


	.viewer ul
	{
		width: 100%;
		overflow: hidden;
		position: relative;
		margin: auto;
	}
	.viewer ul li
	{
		top: 0;
		left: 0;
		width: 100%;
		position: absolute;
	}
	.viewer ul li img
	{
		width: 100%;
	}


	@media screen and (max-width: 960px){ /*PCサイズ以下*/

		.slideshow
		{
			max-width: 1200px;
			margin: 75px auto 0 auto;
			overflow: hidden; /*.viewerのmargin突き抜け問題対策*/
			background: #fff;
			padding: 1.5% 0;
			box-sizing: border-box;
			/*display: none;*/
		}

		.viewer ul li img
		{
			width: 125%;
			margin-left: -12.5%;
		}

	}

	@media screen and (min-width: 1200px){ /*PCサイズ以下*/

		.viewer ul li img
		{
			width: 100%;
		}

	}


	/* sideNavi
	------------------------- */
	.viewer .btnPrev,
	.viewer .btnNext
	{
		margin-top: -25px;
		top: 50%;
		width: 45px;
		height: 45px;
		position: absolute;
		z-index: 8888;
	}
	.viewer .btnPrev
	{
		left: 0px;
		background: url(images/btnPrev.png) no-repeat center center;
	}
	.viewer .btnNext
	{
		right: 0px;
		background: url(images/btnNext.png) no-repeat center center;
	}

		@media screen and (max-width: 560px){ /*PCサイズ以下*/

			.viewer .btnPrev,
			.viewer .btnNext
			{
				margin-top: -25px;
				top: 55%;
				width: 30px;
				height: 30px;
				position: absolute;
				z-index: 8888;
			}

		}


/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.viewer ul {
    display: inline-block;
    overflow: hidden;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 100%;
	height: ;
	background: url(images/) center no-repeat;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;
}


.header_text01
{
	height: 16px;
	width: 600px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

.header_text02
{
	height: 16px;
	width: 700px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 15px;
	font-size: 13px;
	/*font-weight: bold;*/
	text-align: left;
}

#headercontents
{
	width: 100%;
	background: url(images/bg.jpg);
	margin: auto;
	position: fixed;
	z-index: 9999;
	top: 0;
}



#headercontents h1
{
	width: 500px;
	float: left;
	font-size: 12px;
	text-align: left;
	padding: 30px 0px 0px 20px;
}

.head_img
{
	/*width: 100%;*/
	/*height: 100%;*/
	background: url(/*images/bg_header.png*/) center;
	text-align: center;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	font-size: 22px;
}

.head_img_sub
{
	width: 100%;
	height: 100%;
	background: #4FC449 url(images/bg_header.png) center;
	text-align: center;
	color: #ffffff;
	padding: 60px 0px 15px 0px;
	font-size: 22px;
}

.homebutton
{
	display: none;
}

.menubutton
{
	display: none;
}


	.tabmenu
	{
		width: 0%;
		background: #eee;
		margin-bottom: -20px;
		display: none;
	}

	.tab
	{
		height: 0px;
		background: #fff;
	}

	.tab li
	{
		width: 0px;
		height: 0px;
		cursor: pointer;
		display: none;
		margin-left: 0px;
		color: #fff;
	}

	.tab li.select
	{
		/*background:#fd9;*/
	}


	.menucontent div
	{
		background:#34da8b;
		height: 100%;
		padding: .6em;
	}

	.hide
	{
		display:none;
	}

	.menucontent div.sub
	{
		background: ;
		height: 100%;
		margin: 5px 5px 5px 20px;
	}



	.other
	{
		margin-top: 1em;
		padding: 1em;
	}

	.close
	{
		float: right;
		width:20%;
		background:#d38;
		-webkit-border-radius:4px;
		border-radius: 4px;
		color: #fdfdfd;
		text-align: center;
		cursor: pointer;
	}

.mainmenu
{
	/*width: 100%;*/
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #ffffff;
	padding: 10px 0px 5px 15px;
	list-style-type: none;
	margin-left: 0px;
	color: #fff;
	font-size: 14px;
}

.mainmenu a:link
{
	color: #fff;
}

	#menu li {
		border-width: 0px 0px 1px 0px;
		border-style: dotted;
		border-color: #ffffff;
		padding: 10px 0px 5px 15px;
		list-style-type: none;
		margin-left: 0px;
		color: #fff;
		font-size: 14px;
		position: relative;
	}
	#menu li:hover {
		color: #fff;
		background: #;
	}
	#menu li ul {
		width: 100%;
		display: none;
		position: absolute;
		top: 0px;
		left: -1px;
		padding: 0px 0px 0px 0px;
		margin-left: 180px;
		width: 100%;
		background: #1fca79;
		z-index: 1000;
	}
	#menu li ul li {
		margin: 0;
		padding: 5px 0px 5px 10px;
		width: 100%;
		font-size: 14px;
		color: #000;
		background: #1fca79;
	}
	#menu li ul li a {
		display: inline-block;
		width: 200px;
		height: 20px;
	}
	#menu li ul li a:hover {
		background: #;
		color: #;
	}

.marker
{
	padding: 0px 10px 0px 10px;
	float: left;
	color: #ffffff;
}

.sub_l
{
	margin: 5px 5px 5px 20px;
}

/*-------------------------------------------------
  トップページ最上段のなかの文字
-------------------------------------------------*/
.top_top
{
	margin-top: 10px;
	font-size: 15px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	max-width: 1200px;
	background: url(images/) repeat-y;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 0px 0px 0px 0px;
	margin: auto;
	position: relative;
}
#wrapper
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: auto;
	position: relative;
}

#rightbox
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 220px;
	height: 150px;
	/*background: #ff0000;*/
	padding: 0px 0px 0px 0px;
	z-index: 100;
}

.contactbox
{
	position: relative;
	right: 0px;
	top: 0px;
	width: 220px;
	height: 80px;
	background: #cfcfcf;
	margin: 0px 0px 0px 0px;
	z-index: 1000;
}

.pagetop {
	width: 75px;
	position: fixed;
	right: 15px;
	bottom: 0;
	z-index: 9000;
	display: none;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

	@media screen and (max-width:560px){ /*スマホサイズ*/
		.pagetop {
			width: 75px;
			position: fixed;
			right: 0;
			bottom: 0;
			z-index: 9000;
			display: none;
			filter:alpha(opacity=95);
			-moz-opacity: 0.95;
			opacity: 0.95;
		}
	}

.pagetop a {
	display: block;
	color: #ffffff;
	padding: 15px 15px;
	margin: 0;
	background: #00944e url(images/);
	border-radius: 3px;
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}

.pagetop a:hover {
	background: #00944e url(images/bg_gototop.png);
	color: #FFFFFF;
}

.news2015
{
	font-size: 13px;
	text-align: left;
	color: #00630c;
	width: 640px;
	margin: auto;
	padding: 20px 80px 20px 240px;
}

.home_news
{
	/*font-size: 0.5em;*/
}

.home_news a
{
	font-size: 1.2em;
}

.home_news br
{
	display: none;
}

.newstd
{
	width: 10%;
}

.topixitem2
{
	width: 90%;
	height: 300px;
	overflow: scroll;
	overflow-x:hidden;
	background: #fff;
	padding: 5px 10px 0px 10px;
	margin: 5px 0px 15px 0px;
	scrollbar-face-color: #cadcce;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #fff8dc;
	scrollbar-shadow-color: #72967a;
	scrollbar-3dlight-color: #ffebcd;
	scrollbar-darkshadow-color: #444444;
	padding: 30px 20px 20px 20px;
}

.otopix
{
	width: 100%;
	padding:30px;
	margin: 20px 0px 30px 0px;
	background: #fff;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #fff;
	font-size: 14px;
	box-sizing: border-box;
}

.topixtitle
{
	width: 100%;
	height: 37px;
	background: url(images/topix.jpg) no-repeat;
}
.topixitem
{
	width: 95%;
	height: 155px;
	overflow: scroll;
	overflow-x:hidden;
	background: #fff url(images/grd02.jpg) top repeat-x ;
	padding: 10px 10px 0px 10px;
	margin: 5px 0px 15px 0px;
	scrollbar-face-color: #cadcce;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #fff8dc;
	scrollbar-shadow-color: #72967a;
	scrollbar-3dlight-color: #ffebcd;
	scrollbar-darkshadow-color: #444444;
}
.topixitem2
{
	width: 100%;
	height: 300px;
	overflow: scroll;
	overflow-x:hidden;
	/*background: url(images/grd02.jpg) top repeat-x ;*/
	padding: 5px 10px 0px 10px;
	box-sizing: border-box;
	margin: 5px 0px 15px 0px;
	scrollbar-face-color: #cadcce;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #fff8dc;
	scrollbar-shadow-color: #72967a;
	scrollbar-3dlight-color: #ffebcd;
	scrollbar-darkshadow-color: #444444;
}

.sitemap
{
	width: 48.5%;
	float: left;
	padding: 3%;
	margin: 0 0 1% 1%;
	background: #fff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #cccccc;
	box-sizing: border-box;
}
.sitemap a:link, a:visited
{
	color: #09691d;
}

/*スライダー*/
#topcontainer {
	width: 100%;
	text-align: center;
	background: ;
	padding: 0;
	box-sizing: border-box;
}


.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}


.slider_prev2,
.slider_next2 {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.slider_prev2 {background:url(images/img/prev.jpg) no-repeat right center;}
.slider_next2 {background:url(images/img/next.jpg) no-repeat left center;}


.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.slider_prev {background: #fff;}
.slider_next {background: #fff;}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	border-radius: 50%;
  	height: 15px;
  	width: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 81.25%;
	height: 1%;
	overflow: visible;
	float: left;
/*にわ・なびの記事幅表示と合わせるために以下はすべて0にすること。paddingは.contentで入力*/
	padding: 125px 0px 0px 0px;
	/*background: #cfcfcf;*/
}

.content2
{
	padding: 0 7.69% 0px 7.69%;
	margin: 0px 0px 30px 0px;
	box-sizing: border-box;
}

	@media screen and (max-width: 960px){ /*PCサイズ以下*/

		#container
		{
			width: 100%;
			padding: 75px 0px 0px 0px;
		}

		.content2
		{
			padding: 0 0% 0px 0%;
			margin: 0px 0px 30px 0px;
			box-sizing: border-box;
		}
	}




.logo img
{
	float: left;
	max-width: 300px;
	height: auto;
	position: relative;
	z-index: 9999;
}

		@media screen and (max-width: 560px){ /*PCサイズ以下*/
			.logo img
			{
				float: left;
				max-width: 50%;
				height: auto;
				position: relative;
				z-index: 9999;
				padding-top: 3%;
			}
		}

.contactus
{
	width: 220px;
	float: right;
	text-align: center;
	padding-top: 0px;
}


.works_trim
{
	width: 180px;
	height: 250px;
	float: left;
	margin: 0px 20px 40px 30px;
	padding: 0px;
	display: inline;
	background: #ffffff url(images/) bottom;
}

.works_trim_title
{
	width: 160px;
	height: 30px;
	overflow: hidden;
	float: left;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	line-height: 130%;
	color: #009B4F;
}

.works_trim_comments
{
	width: 160px;
	height: 45px;
	overflow: hidden;
	float: left;
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	line-height: 130%;
	color: #000;
}

.home_info
{
	width: 590px;
	padding: 25px 55px 25px 55px;
	background: #ffffff;
}

.home_info_s
{
	display: none;
}

.news
{
	width: 100%;
	padding: 5px 0px;
	margin-left: 0px;
	font-size: 14px;
	border-bottom: 1px dotted #786f67;
	-webkit-text-size-adjust: 100%;
}

.tel
{
	font-size: 34px;
	padding: 20px 0px 5px 30px;
	float: left;
	color: #26961A;
}

.mail
{
	font-size: 21px;
	padding: 30px 30px 5px 0px;
	float: right;
}

.footer_button /*会社情報、施工例、お問合せ*/
{
	width: 180px;
	background: #41A838;
	float: left;
	padding: 20px;
	margin: 0px 5px;
	text-align: center;
	font-size: 22px;
	border-width: 1px 0px 1px 0px;
	border-style: dotted;
	border-color: #797979;
	border-radius: 3px;
}

.contentsbutton
{
	width: 200px;
	height: 200px;
	float: left;
	margin: 15px 15px 15px 15px;
}

.submenu2020
{
	padding: 0px;
}



/*.submenucontents*/
.heightLine
{
	width: 33%;
	height: 100%;
	display: block;
	background: #fff;
	line-height: 100%;
	vertical-align: middle;
	padding: 1.2%;
	float: left;
	margin: 1px 0.3% 0.3% 0;
	font-size: 16px;
	box-sizing: border-box;
	border-radius: 20px;
	/* box-shadow */
box-shadow:0px 3px 2px -1px #bababa;
}

		@media screen and (max-width: 960px){ /*PCサイズ以下*/
			.heightLine
			{
				width: 49%;
				height: 30px;
				line-height: 30px;
				vertical-align: middle;
				font-size: 12px;
				padding: 0 1.2%;
				margin: 0 0.5% 0.5% 0.5%;
			}
		}

/*-------------------------------------------------
  ホームのメイン画像スライダー
-------------------------------------------------*/





/*-------------------------------------------------
  Item styles
-------------------------------------------------*/

.contenttitle h2
{
	height: 100%;
	clear: both;
	background: url(images/);
	font-size: 19px;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	margin: 20px 0px 0px 0px;
}

.contentbody
{
	/*↓にわ・なびでレイアウトを崩さないためにはwidthを指定しておく必要がある*/
	width: 100%;
	/*----------------------*/
	background: #ffffff url(images/);
	text-align: justify;
	padding: 30px 50px 30px 50px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
	/*↓Indexテンプレートのコメントが消えないためのcss*/
	line-height: 20px;
	font-size: 15px;
}
.contentbody table tr td
{
	font-size: 15px;
	text-align: justify;
	line-height: 23px;

}

.contentbody img
{
	margin: 0px;

}

.contentbody2
{
	background: #ffffff url(images/);
	text-align: justify;
	padding: 30px 50px 30px 50px;
	border-width: 3px 0px 0px 0px;
	border-style: solid;
	border-color: #14b267;
	text-align: justify;
	margin: 0px 0px 10px 0px;
	font-size:15px;
	word-break: break-all;
}

		@media screen and (max-width: 960px){ /*PCサイズ以下*/
			.contentbody2
			{
				padding: 5% 5%;
			}

			.contentbody2 img
			{
				max-width: 100%;
				height: auto;
			}
		}

.contentbody2 table.style
{
	border-collapse: collapse;

}

.contentbody2 a:link, .contentbody2 a:visited
{
	/*color: #12ae05;*/
	text-decoration: none;
}

.contentbody2 a:hover, .contentbody2 a:active
{
	/*color: #a0c148;*/
	text-decoration: underline;
}

.contentbody3
{
	background: url(images/);
	font-size:15px;
	text-align: justify;
	padding: 0px 15px 10px 15px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	/*line-height: 180%;*/
	text-align: justify;
	margin: 0px 0px 10px 0px;
}


	.contenttitle h3
	{
		clear: both;
		height: 50px;
		line-height: 50px;
		background: url(images/header_item2.jpg) left bottom no-repeat;
		/*font-family: "MS ゴシック", Trebuchet, Arial, sans-serif;*/
		font-size: 14px;
		font-weight: bold;
		padding: 0px 0px 0px 30px;
		margin: 20px 0px 0px 0px;
	}
	.contenttitle h4
	{
		clear: both;
		height: 50px;
		line-height: 50px;
		background: url(images/header_item3.jpg) left bottom no-repeat;
		/*font-family: "MS ゴシック", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;*/
		font-size: 14px;
		font-weight: bold;
		padding: 0px 0px 0px 30px;
		margin: 20px 0px 0px 0px;
	}
	.contenttitle h5
	{
		clear: both;
		height: 8px;
		background: url(images/header_item4.gif) left bottom no-repeat;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		/*font-family: "MS ゴシック", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;*/
	}

	.contentbody2 h1
	{
		background: #e5fab9;
		font-size:13px;
		text-align: justify;
		padding: 5px 5px 5px 5px;
		border-width: 1px 1px 2px 1px;
		border-style: solid;
		border-color: #589d5c;
		line-height: 20px;
	}
	.contentbody2 h2
	{
		background: #fcffe0;
		font-size:13px;
		text-align: justify;
		padding: 10px 10px 10px 10px;
		border-width: 1px 1px 1px 1px;
		border-style: solid;
		border-color: #E0E0E0;
		line-height: 20px;
	}
	.contentbody2 h3
	{
		background: #ffffff;
		font-size:13px;
		text-align: justify;
		padding: 5px 5px 5px 5px;
		border-width: 1px 1px 1px 1px;
		border-style: solid;
		border-color: #589d5c;
		line-height: 20px;
	}
	.contentbody2 h4
	{
		background: #ecf5ff;
		font-size:13px;
		text-align: justify;
		padding: 5px 5px 5px 5px;
		border-width: 0px;
		border-style: solid;
		border-color: #ecf5ff;
		line-height: 20px;
	}
	.contentbody2 h5
	{
		background: #ffffbf;
		font-size:13px;
		text-align: justify;
		padding: 5px 5px 5px 5px;
		border-width: 0px;
		border-style: solid;
		border-color: #ffffbf;
		line-height: 20px;
	}
	.contentbody2 h6
	{
		background: #d3fecf;
		font-size:13px;
		text-align: justify;
		padding: 5px 5px 5px 5px;
		border-width: 0px;
		border-style: solid;
		border-color: #ecf5ff;
		line-height: 20px;
	}
	.contentbody2 h7
	{
		background: #d3fecf;
		font-size:13px;
		text-align: justify;
		padding: 5px 5px 5px 5px;
		border-width: 0px;
		border-style: solid;
		border-color: #d3fecf;
		line-height: 20px;
	}

contentbody2
{
	font-size: 16px;
	width: 100%;
	height:;
	background: #999 url(images/);
	padding: 125px 0px 20px 0px;
	border: 1px solid #000;
	box-sizing: border-box;
}

.works_index
{
	background: #ffffff;
	padding: 10px;
	margin: 0px 0px 30px 0px;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

.nextlink
{
	width: 49%;
	height: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	background: url(images/prevs.png) left no-repeat;
	display: box;
	font-size: 13px;
	text-align: right;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
}

.prevlink
{
	width: 50%;
	height: 100%;
	float: right;
	padding: 0px 0px 0px 0px;
	background: url(images/nexts.png) right no-repeat;
	display: box;
	font-size: 13px;
	text-align: left;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #E0E0E0;
}

/*カレンダー*/
table.calendar {background-color:#fff;border-collapse: collapse;font-family:sans-serif;border:1px solid #ddd;}
table.calendar caption {color:#aaa;letter-spacing:2px;padding:4px;}
table.calendar th,table.calendar td {border:1px solid #ddd;padding:2px 4px;}
table.calendar th {text-align:center;}
table.calendar td {text-align:right;color:#999;letter-spacing:1px;}
tr.calendardateheaders {background-color:#ccc;color:#fff;}
td.blank {background-color:#f5f5f5;}
td.saturday {background-color:#f7f9fd;}
td.sunday {background-color:#fff3ee;}
td.holiday {background-color:#fff3ee;}
td.today {background-color:#ffffcc;}

/*以下、defaultスキン用 */
table.calendar a:link,table.calendar a:visited
{
	background:none;padding:0;
}
table.calendar
{
	margin:0 auto;
}



table#table-01 th {
	width: 110px;
	color: #ffffff;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    background: #72ad06;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
}
table#table-01 td {
	/*width: 500px;*/
	background: #ffffff;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    text-align: left;
    white-space: nowrap;

}
table#table-02 {
	background: #f5f5f5;
    /*width: 625px;*/
    border: 0px #E3E3E3 solid;
    /*border-collapse: collapse;*/
  /*  border-collapse: 5px;*/
    border-spacing: 4px;
}

table#table-02 th {
	width: 300px;
	color: #e5f4bb;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    background: #72ad06;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
}
table#table-02 td {
	width: 340px;
	background: #ffffff;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    text-align: left;
    white-space: nowrap;

}
.QA-Qbox01 {
	padding-left: 0px;
	margin-top: 0px;
	clear: both;
}
.QA-box01 {

	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	padding-left: 45px;
}
.QA-Abox01 {
	background: #ffffff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 60px;
	color: #000000;
	text-indent: 1em;
	line-height: 2em;
	/*clear: both;*/
	border-width: 2px 2px 2px 2px;
	border-style: dotted;
	border-color: #2b6d0e;
}
.QA-Qtext01 {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	color: #704d2a;
	padding-bottom: 5px;
	line-height: 2em;
	width: 600px;
	float: left;
	font-weight: regular;
}
.QA-textcolor {
	color: #704d2a;
}

.QA-Qbotton {
	float: left;
	border: 0;
}


/*メニューボタン*/
#menubutton a
{
	display:block;
	width:250px;
	background:url(images/menu01.jpg) no-repeat;
	height:35px;
	line-height:35px;
	vertical-align: middle;
	text-decoration:none;
	text-align:left;
	float: left;
	padding: 0px 0px 0px 30px;
}
#menubutton2 a
{
	display:block;
	width:250px;
	background:url(images/menu02.jpg) no-repeat;
	height:35px;
	line-height:35px;
	vertical-align: middle;
	text-decoration:none;
	text-align:left;
	float: left;
	padding: 0px 0px 0px 30px;
}

#menubutton a:hover
{
	background:url(images/menu02.jpg) no-repeat;
}


.contentbody h1
{
	background: #e5fab9;
	font-size:13px;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	border-color: #589d5c;
	line-height: 20px;
}
.contentbody h2
{
	background: #fcffe0;
	font-size:13px;
	text-align: justify;
	padding: 10px 10px 10px 10px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
	line-height: 20px;
}
.contentbody h3
{
	background: #ffffff;
	font-size:13px;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #589d5c;
	line-height: 20px;
}
.contentbody h4
{
	background: #ecf5ff;
	font-size:13px;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	border-width: 0px;
	border-style: solid;
	border-color: #ecf5ff;
	line-height: 20px;
}
.contentbody h5
{
	background: #ffffbf;
	font-size:13px;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	border-width: 0px;
	border-style: solid;
	border-color: #ffffbf;
	line-height: 20px;
}
.contentbody h6
{
	background: #d3fecf;
	font-size:13px;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	border-width: 0px;
	border-style: solid;
	border-color: #ecf5ff;
	line-height: 20px;
}
.contentbody h7
{
	background: #d3fecf;
	font-size:13px;
	text-align: justify;
	padding: 5px 5px 5px 5px;
	border-width: 0px;
	border-style: solid;
	border-color: #d3fecf;
	line-height: 20px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	width: 18.75%;
	padding: 0px 0px 0px 0px;
	background: #00944e;
	margin: 20px 0px 0px 0px;
	box-sizing: border-box;
	/*position: fixed;
  top: 125px;
  left: 77.75%;*/
}

	@media screen and (max-width: 960px){ /*PCサイズ以下*/
		#sidebarcontainer
		{
			display: none;
		}
	}

#sidebarcontainer a:link, #sidebarcontainer a:visited
{
	color: #fff;
}

#sidebarcontainer2
{
	float: left;
	width: 180px;
	padding: 0px 0px 0px 0px;
	background: #00944e;
	margin: -310px 0px 0px 0px;
}

#sidebarcontainer2 a:link, #sidebarcontainer2 a:visited
{
	color: #fff;
}

.menubox
{
	width: 180px;
	height: 100%;
	/*background: #7AD371;*/
	background: #00944e;
	float: left;
	color: #000000;
}

.aboutusbox
{
	width: 100%;
	height: 100%;
	/*background: #0C8741;*/
	padding: 20% 8%;
	color: #f7f7f7;
	font-size: 14px;
	box-sizing: border-box;
	clear: both;

}

.areabox
{
	width: 140px;
	height: 100%;
	background: #26961A;
	float: left;
	padding: 20px 20px 40px 20px;
	color: #f7f7f7;
}




.sidebar
{
	margin: 0px 0px 0px 0px;
}


/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl2
{
	width: 200px;
	padding: 0 0 10px 0;
	margin-right: 550px;
}
.sidebardl dt
{
	background: url(images/header_menu.gif);
	color: #362779;
	font-size: 12px;
	font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 5px 0px 5px 15px;
}
.sidebardl dd
{
	background: #ffffff;
	padding: 2px 10px;
	margin: 1px 0 0 0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
}
/*---------↓以下のスタイルは特に必要なと思われます----
.sidebardl dd:hover
{
	color: #FFFFFF;
	background: #ffffff;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
----------------------*/
.sidebardl dd a:link, .sidebardl dd a:visited
{
	color: #444444;
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

.sidebardl dd div.leftbox30
{
	width: 100%;
}
/* NP_List */
.current
{
	color: #e55528;
	/*background: #ffffff;*/
	/*font-weight: bold;*/
	padding: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #888888;
	text-decoration: none;

}
.list
{

	font-size: 12px;
	color: #3066B5;
	clear: both;
	padding: 5px 0px 10px 10px;


}
.list a:link
{
	color: #3066B5;
}
.list .current
{
	/*width: 179px;*/
	float: left;
	color: #6e9a19;
	/*background: #ffffff;*/
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: dotted;
	border-color: #888888;
	text-decoration: none;
	margin: 0px 0px 0px 0px;

}
dd.stripe
{
	background-color: white;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	max-width: 1200px;
	height: 100%;
	background: url(images/) no-repeat;
	padding: 0px 0px 5% 0px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #4EAC56;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5%;
	text-align: center;
}

	@media screen and (max-width: 750px){ /*スマホサイズ*/
		#footer
		{
			margin-top: 7.5%;
			padding: 0px 0px 15% 0px;
		}
	}

#copyrights
{
	padding: 0px 0px 0px 0px;
	margin-bottom: 2.4%;
	text-align: center;
	color: #007738;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #4EAC56;
}

/*-------------------------------------------------
  改行
-------------------------------------------------*/

.c_line
{
	clear: both;
	height: 0px;
}
.c_line5
{
	clear: both;
	height: 5px;
}
.c_line10
{
	clear: both;
	height: 10px;
}
.c_line15
{
	clear: both;
	height: 15px;
}
.c_line20
{
	clear: both;
	height: 20px;
}
.c_line25
{
	clear: both;
	height: 25px;
}
.c_line30
{
	clear: both;
	height: 30px;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 0px;
    margin-left: 0px;

    padding: 0px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 1.25em;
	background: #fff;
	color: #494949;
	border-top: 1px solid #4CB08C;
	border-left: 1px solid #4CB08C;
	border-bottom: 1px solid #4CB08C;
	border-right: 1px solid #4CB08C;
	margin: 0 0 0 0;
}
.formbutton
{
	font-size: 1.25em;
	background: #4CB08C;
	color: #fff;
	border-top: 0px solid #D4D2CF;
	border-left: 0px solid #D4D2CF;
	border-bottom: 0px solid #868686;
	border-right: 0px solid #868686;
	margin: 0 0 0 0;
}
.searchform .formfield
{
	width: 168px;
    /*font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;*/
	padding: 2px 0;
	margin: 0;
	vertical-align: top;
}
.searchform .formbutton
{
	width: 60px;
    /*font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;*/
	padding: 0;
	vertical-align: top;
}

	@media screen and (max-width:960px){ /*スマホサイズ*/

		.searchform .formfield
		{
			width: 60%;
		}

		.searchform .formbutton
		{
			font-size: 1em;
			width: 20%;
		}
	}

.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 540px;
    margin-right: 0px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 545px;
	margin-left: 0px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 10px; /*3px;*/
	#: larger;
}
.leftbox {
	float: left;
	width: 50%; /*45%;*/
	border-right: 1px dashed #ddd;
}
.rightbox {
	float: right;
	width: 50%; /*45%;*/
/*	border-left: 1px dashed #ddd;*/
}

/*
div.leftbox10 {
	float: left;
	width: 10%;
}
div.leftbox20 {
	float: left;
	width: 20%;
}
div.leftbox30 {
	float: left;
	width: 160px;
}
div.leftbox40 {
	float: left;
	width: 40%;
}
div.leftbox45 {
	float: left;
	width: 45%;
}
div.leftbox55 {
	float: left;
	width: 55%;
}
div.leftbox60 {
	float: left;
	width: 60%;
}
div.leftbox65 {
	float: left;
	width: 65%;
}
div.leftbox70 {
	float: left;
	width: 70%;
}
div.leftbox75 {
	float: left;
	width: 75%;
}
div.leftbox80 {
	float: left;
	width: 80%;
}

div.leftbox100px {
	float: left;
	width: 105px;
}

div.leftbox150px {
	float: left;
	width: 155px;
}

div.leftbox200px {
	float: left;
	width: 205px;
}

div.leftbox250px {
	float: left;
	width: 255px;
}

div.leftbox300px {
	float: left;
	width: 305px;
}

div.leftbox350px {
	float: left;
	width: 355px;
}
div.leftbox400px {
	float: left;
	width: 405px;
}

div.leftbox450px {
	float: left;
	width: 455px;
}
div.leftbox500px {
	float: left;
	width: 505px;
}

div.leftbox550px {
	float: left;
	width: 555px;
}
div.leftbox600px {
	float: left;
	width: 605px;
}

div.leftbox650px {
	float: left;
	width: 655px;
}
div.leftbox700px {
	float: left;
	width: 705px;
}

div.leftbox750px {
	float: left;
	width: 755px;
}

div.leftbox800px {
	float: left;
	width: 805px;
}
*/

.leftbox10 {
	float: left;
	width: 10%;
}
.leftbox20 {
	float: left;
	width: 20%;
}
.leftbox30 {
	float: left;
	width: 160px;
}
.leftbox40 {
	float: left;
	width: 40%;
}
.leftbox45 {
	float: left;
	width: 45%;
}
.leftbox55 {
	float: left;
	width: 55%;
}
.leftbox60 {
	float: left;
	width: 60%;
}
.leftbox65 {
	float: left;
	width: 65%;
}
.leftbox70 {
	float: left;
	width: 70%;
}
.leftbox75 {
	float: left;
	width: 75%;
}
.leftbox80 {
	float: left;
	width: 80%;
}

.leftbox100px {
	float: left;
	width: 105px;
}

.leftbox150px {
	float: left;
	width: 155px;
}

.leftbox200px {
	float: left;
	width: 205px;
}

.leftbox250px {
	float: left;
	width: 255px;
}

.leftbox300px {
	float: left;
	width: 305px;
}

.leftbox350px {
	float: left;
	width: 355px;
}
.leftbox400px {
	float: left;
	width: 405px;
}

.leftbox450px {
	float: left;
	width: 455px;
}
.leftbox500px {
	float: left;
	width: 505px;
}

.leftbox550px {
	float: left;
	width: 555px;
}
.leftbox600px {
	float: left;
	width: 605px;
}

.leftbox650px {
	float: left;
	width: 655px;
}
.leftbox700px {
	float: left;
	width: 705px;
}

.leftbox750px {
	float: left;
	width: 755px;
}

.leftbox800px {
	float: left;
	width: 805px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
	text-align: right;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

table#table-01 {
	background: #f5f5f5;
    width: 620px;
    border: 0px #E3E3E3 solid;
    /*border-collapse: collapse;*/
  /*  border-collapse: 5px;*/
    border-spacing: 4px;
}
